home *** CD-ROM | disk | FTP | other *** search
/ Internet Megapac / Internet Megapac.iso / mac / demos / XTML 1.3.0.sit / XTML v1.3.0 / Release Notes < prev    next >
Text File  |  1995-12-14  |  5KB  |  92 lines

  1.                                           eXcel Table Markup Language
  2.                                                                                                                              Release Notes
  3.  
  4. Copyright ⌐1995, by Ken Sayward.  All rights reserved.
  5. Please send questions, comments and suggestions to Sayward@kagi.com
  6.  
  7. The latest version and documentation can be found on my AOL web page at http://users.aol.com/ksayward/
  8.  
  9.  
  10. Version 1.3.0 - 14 Dec 95
  11. - Added support for column widths. XTML will code the column widths as a percentage of the total table width,
  12.    based on the Excel formatting. Note that most (if not all) browsers will still muck around with the column
  13.    widths regardless of how specific you try to be.
  14. - Now properly handles carriage returns within a cell (replaces them with <br> tags).
  15. - Fixed a bug in the COLSPAN code which wasn't properly handling empty cells formatted as center- across-columns.
  16. - Changed some internal references, so that there is no longer a restriction on the name of the add-in file.
  17. - Changed the "About..." box to display the registered user name.
  18. - Lots of code cleanup, resulting in faster execution, and better memory management.
  19. - Implemented the Kagi shareware payment system. The included "Register" application allows shareware
  20.    payments via credit card, foreign currency, etc.  Payments can also be made via email or Fax.
  21. - Added a version resource (mac only). Shows up in Finder's 'get info...' window.
  22.  
  23. Version 1.2.2 - 11 Dec 95
  24. - Fixed a bug in the substitution routine for accented and other special characters, where unwanted white space
  25.    was being added by XTML.
  26.  
  27. Version 1.2.1 - 8 Dec 95
  28. - Fixed a bug in the prefs code when reading old prefs files (this one slipped through earlier today).
  29.  
  30. Version 1.2.0 - 8 Dec 95
  31. - Added support for COLSPAN. Cells formatted with Excel's "center across selection" will get COLSPAN tags.
  32. - Revised the output file saving routine to give more control over where the HTML file gets saved.
  33. - Added a preference to suppress the file format warning after XTML processing is complete.
  34.  
  35. Version 1.1.5 - 4 Dec 95
  36. - Added a substitution routine for accented and other special characters.
  37.    XTML now substitutes the appropriate "&xxxx;" codes. For example, the "Ä" character is replaced with "é"
  38.    This substitution only occurs in the HTML output file.
  39.  
  40. Version 1.1.4 - 1 Dec 95
  41. - Fixed a problem with the 'XTML Prefs' file for non-english versions of Excel.
  42. - Added an option to add borders to blank cells.
  43.    XTML adds a " " (a nonbreaking space) in the HTML for that cell.
  44. - Changed the table caption to acually use the <caption> tag.  duh. :-)
  45.  
  46. Version 1.1.3 - 30 Nov 95
  47. - Numbers formatted as currency or accounting were not getting default right alignment. Fixed.
  48. - Changed the calculation of the default input range:
  49.    If the current selection is exactly one cell, then XTML attempts to determine the desired input range using the 
  50.    'CurrentRegion' property. If the current selection is more than one cell, then the current selection is used.
  51. - Some 'high-ASCII' characters were not displaying properly in Excel for Windows. Fixed.
  52. - Changed file suffix default to '.htm' when running on Excel for Windows.
  53.    Default is still '.html' on the Mac.
  54. - Registration dialog now displays reliably when requested from 'About...' dialog.
  55.  
  56. Version 1.1.2 - 28 Nov 95
  57. - Added support for the Windows version of Excel.
  58.    The add-in file must be renamed as 'XTML.XLA'.
  59.    The prefs file ('XTMLPref.txt') is stored in the Excel application directory (Windows version only).
  60. - Optimized some of the code for handling preferences. Speeds up the display of dialog boxes.
  61.  
  62. Version 1.1.1 - 28 Nov 95
  63. - Added an 'XTML Prefs' file, which automatically gets created in your preferences folder.
  64.    Allows user selection of formatting tags for bold, italic, and bolditalic cells
  65.    stores user definition of which cell attributes to preserve when converting from Excel to HTML
  66. - Changed the custom menu definitions
  67.    Now creates a submenu in the 'Tools' menu, but only when a Worksheet is the active sheet.
  68. - Added an About╔ box.
  69. - Added shareware registration code.
  70.  
  71. Version 1.0.4 - 25 Nov 95
  72. - Now preserves Excel's numeric formats.
  73. - Numeric cells will default to right aligned.
  74.  
  75. Version 1.0.3 - 24 Nov 95
  76. - Re-wrote the output code to write directly to a new file. Previously, the output was being written to a scratch worksheet within the XTML Add-In, then being copied and pasted into the new output file. The new method speeds things up a bit, and makes the add-in file smaller. It also eliminates the possibility that the copy/paste operation would generate a memory alert.
  77.  
  78. Version 1.0.2 - 22 Nov 95
  79. - Cleaned up the VBA code to make it more modular, and speed things up.
  80.    This should make it easier to add more functionality in the future.
  81.  
  82. Version 1.0.1 - 21 Nov 95
  83. - Fixed a bug where the initial <body> tag wasn't getting written to the output file.
  84. - Fixed a bug where table rows with HTML source greater than 255 characters were being truncated.
  85.    This was fixed by changing the output style to a more 'vertical' orientation (more carriage returns).
  86.    The downside is that the output filesize is slightly larger.
  87.    The upside is that the output file is probably easier to read and fine-tune.
  88. - Changed the text of the finishing alert message to refer to the output file as 'formatted text (space delimited)'.
  89.  
  90. Version 1.0.0 - 20 Nov 95 
  91. - Initial release
  92.